about dialog: Fix compiler warnings
authorMatthias Clasen <mclasen@redhat.com>
Sun, 31 May 2015 01:21:37 +0000 (21:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 2 Jun 2015 13:08:14 +0000 (09:08 -0400)
Fix warnings due to -Wdeclaration-after-statement and -Wshadow.

gtk/gtkaboutdialog.c

index 24780fc4d34a25f766c1564d732387fdf308bdc1..330a0bff04cc393e9e9be9ed1e8d58441b2e5b37 100644 (file)
@@ -2108,7 +2108,6 @@ text_buffer_new (GtkAboutDialog  *about,
               gchar *link;
               gchar *uri;
               const gchar *link_type;
-              GtkTextTag *tag;
 
               if (*q1 == '<')
                 {